fbapifields

2016年12月21日—1、FB.api(url,method,params,callback);·2、FB.api('/me?fields=id,name,gender');//查询me节点的字段:id,name,gender(性别),posts(发布的动态).,ThisisanobjectconsistingofanyparametersthatyouwanttopassintoyourGraphAPIcall.Theparametersthatcanbeusedvarydependingontheendpoint ...,Example.HTTPPHPSDKJavaScriptSDKAndroidSDKiOSSDKGraphAPIExplorer.GETv19.0/...?fields.../*maketheAPIcall*/FB...

facebook FB.api()使用原创

2016年12月21日 — 1、FB.api(url, method, params, callback); · 2、FB.api('/me?fields=id,name,gender'); //查询me 节点的字段:id,name,gender(性别),posts(发布的动态).

Graph API - Facebook JavaScript SDK

This is an object consisting of any parameters that you want to pass into your Graph API call. The parameters that can be used vary depending on the endpoint ...

Graph API Reference v19.0: Experience

Example. HTTP PHP SDK JavaScript SDK Android SDK iOS SDK Graph API Explorer. GET v19.0/...?fields ... /* make the API call */ FB.api( ...?fields= ...

Field Expansion - Graph API

The field expansion feature of the Graph API allows you to effectively nest multiple graph queries into a single call. For example, in a single call, you can ...

Overview - Graph API - Documentation

The Graph API is named after the idea of a social graph — a representation of the information on Facebook. It's composed of nodes, edges, and fields.

Graph API - Facebook SDK for JavaScript

api() lets you make calls to the Graph API. FB.api(path, method, params, callback) ... Example: Return the last name of the current user: FB.api('/me', fields ...

Graph API User - Documentation

Represents a Facebook user. Reading. Get fields and edges on a User. Requirements ...

Graph API User - Meta for Developers

Represents a Facebook user. 閱讀中. Get fields and edges on a User. Requirements ...

How get all fields Api

2017年3月6日 — If you want to have the list of all available fields, you need to do a query on a Post Id like this: GET/v2.8/PostId?metadata=1.

List of Facebook fields returned by Social Graph API

2011年2月23日 — Does anybody know if there is an authoritative list of fields that can be returned by the Facebook Social Graph API? For example the fields ...